virtual mesh *get_mesh()
None
Returns a mesh representation for the object or NULL if none exists.
This virtual function is used for querying the mesh representation of the object and derived classes should implement it when needed. If this function is implemented, the default draw, ray_intersect and ray_intersect_test will use it and they do not need to be defined in the derived class.
Its default behavior is to return 0.